home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / sco.swf / scripts / DefineButton2_71 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-05-11  |  120 bĀ   |  6 lines

  1. on(release){
  2.    _parent.stopMovie(_parent.scrubTarget);
  3.    _parent.scrubTargetState = "stop";
  4.    gotoAndStop(1);
  5. }
  6.